Photo Layer Schema
FILEFILTER Element
See Also  Send comments on this topic.
Photo Layer Schema : FILEFILTER Element

Glossary Item Box

Description

Used to specify a filter for photo files included in the photo layer.

Diagram

FILEFILTER Element

Overview

FILEFILTER
Used to specify a filter for photo files included in the photo layer.
filter required xs:string
Specifies a file filter. For example, *.jpg means include all files in the same folder as the photo layer file (*.aph).

Attributes

NameTypeUseDefaultFixedDescription
filterxs:stringrequired  Specifies a file filter. For example, *.jpg means include all files in the same folder as the photo layer file (*.aph).

Examples

Restrictions

  • Only JPEG images are currently supported.

Source

<xs:element name="FILEFILTER" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify a filter for photo files included in the photo layer.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="filter" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Specifies a file filter. For example, *.jpg means include all files in the same folder as the photo layer file (*.aph).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.